Einhugur Word Component for Buoy

Document.Footer Method

Gets footer of requested type from the document, optionally creating new footer if footer with the requested type does not exist.

Footer(
   type as HeaderFooterTypes,
   createIfNotExists as Boolean) as Footer

Parameters

type
Type of the footer to request.
createIfNotExists
If set to true then footer will be created if it does not exist

Returns

Footer
The requested footer or nil if the footer did not exist and createIfNotExists was false.

Remarks

See Also

Document Class